WOIFrame
|
|
Attribute
|
Description
|
frameborder
|
Specifies whether or not a border should be displayed for the frame.
|
height
|
Specify the height of the frame to the browser, either as a number of pixels or as a percentage of the current screen height.
|
marginheight
|
An optional attribute that controls the vertical margins for the frame (margins are specified in pixels).
|
marginwidth
|
An optional attribute that controls the horizontal margins for the frame (margins are specified in pixels).
|
name
|
An optional argument that assigns a name to a frame so it can be targeted by links in other documents or, more commonly, from other frames in the same document.
|
scrolling
|
Specifies whether or not the frame should have a scrollbar. Optional.
|
width
|
Specifies the height of the frame to the browser, either as a number of pixels or as a percentage of the current screen height.
|